home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineSprite_63_lastSec / frame_3 / DoAction.as
Text File  |  2011-08-19  |  186b  |  12 lines

  1. if(this.doFlg)
  2. {
  3.    this.dispTime();
  4.    if(this.dispSec == 0)
  5.    {
  6.       this.timeUp();
  7.       this.stop();
  8.       return undefined;
  9.    }
  10. }
  11. this.gotoAndPlay(_currentframe - 1);
  12.